Tixtreasure Mcp

Created By
Tix Treasure3 months ago
Compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy. Find bargains on live event tickets with all fees included. Covers Boston and NYC.
Overview

tixtreasure-mcp
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

tixtreasure-mcp

MCP server for TixTreasure — compare ticket prices across 7+ marketplaces for concerts, sports, theater & comedy events.

TixTreasure MCP

What it does

Ask your AI assistant to find bargains on live event tickets. TixTreasure aggregates prices from StubHub, TickPick, TicketClub, GoodSeatTickets, ATG Tickets, OvationTix, and Showare — all fees included, no surprises at checkout.

Tools

ToolDescription
search_eventsSearch upcoming events by keyword, city, category, or date range
get_event_pricesCompare ticket prices across all sources for an event
get_cheapest_ticketsGet the cheapest available tickets with section/row details
get_best_dealsFind bargains — tickets priced below face value
get_price_history7-day price trend to decide if you should buy now or wait
get_venue_eventsList all upcoming events at a venue (TD Garden, MSG, etc.)
get_performer_eventsList tour dates for a performer or team
get_sectionsPrice breakdown by seating section

Install

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "tixtreasure": {
      "command": "npx",
      "args": ["-y", "tixtreasure-mcp"]
    }
  }
}

Claude Code

claude mcp add tixtreasure -- npx -y tixtreasure-mcp

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "tixtreasure": {
      "command": "npx",
      "args": ["-y", "tixtreasure-mcp"]
    }
  }
}

Example prompts

  • "Find bargains on Celtics tickets this week"
  • "Compare prices for Hamilton on Broadway"
  • "What's the cheapest Bruins game this month?"
  • "Show me concerts at TD Garden under $50"
  • "Are ticket prices going up or down for the Red Sox game on Friday?"
  • "What events are at Madison Square Garden this weekend?"

Coverage

Currently covers Boston and New York City metro areas:

  • Sports: Red Sox, Celtics, Bruins, Yankees, Knicks, Rangers, Nets, Mets, and more
  • Concerts: TD Garden, MSG, Barclays Center, Fenway Park, and 100+ venues
  • Theater: Broadway, touring shows, community theater
  • Comedy: Stand-up clubs, arena headliners

How pricing works

TixTreasure does not sell tickets. It compares prices across marketplaces and shows the total all-in price including all service fees and delivery fees. The cheapest source is highlighted so you know where to buy.

Development

# Run locally
pnpm dev

# Build pnpm build

# Test with MCP Inspector npx @modelcontextprotocol/inspector node dist/index.js

License

MIT

Project Info
Created At
3 months ago
Updated At
3 months ago
Author Name
Tix Treasure
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

6 hours ago